feat(B-0834): implement Approach A install-log preservation — tee zeta-install.sh to /tmp + /mnt/var/log#5350
Merged
AceHack merged 1 commit intoMay 26, 2026
Conversation
…a-install.sh output to /tmp + copy to /mnt/var/log post-install Lands B-0834 Approach A (small bounded fix; the operator-side analog to B-0831 cascade #6 CI workflow-artifact). Two destinations: 1. /tmp/zeta-install-<UTC-timestamp>.log on live ISO — available for `cat | less` after script exits (success OR failure) until reboot; also `tail -f` from another tty (Ctrl-Alt-F2) for real-time scrollback 2. /mnt/var/log/zeta-install.log on install target — copied at end of script if /mnt is mounted; survives reboot; post-boot inspection via `cat /var/log/zeta-install.log | less` Three banner lines at script-start name the log paths so operator sees them BEFORE output starts scrolling past. Enables diagnostic loop for the 5 empirical anchors from the 2026-05-26 physical hardware-support test: - B-0832 nmtui WiFi rescan failure - B-0833 interactive-login vs baked-in-keys tension - B-0835 Bug 1 hostname not unique (control-plane shown) - B-0835 Bug 2 gh login not respected - B-0835 Bug 4 self-registration didn't happen (CRITICAL) Without this fix, the install failures + warnings that scroll past too fast block diagnosis of Bug 4 (the operator's CORE REQUIREMENT failure: post-boot fully-operational chain without operator login). Approach B (script(1) wrapper) deferred — Approach A is sufficient for the immediate diagnostic need. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lands B-0834 Approach A (the operator-side analog to B-0831 cascade #6 CI workflow-artifact). Small bounded fix; enables diagnostic loop for the 5 empirical anchors from the 2026-05-26 physical hardware-support test.
Two log destinations
Three banner lines at script-start name the log paths BEFORE output starts scrolling past.
Enables diagnosis for 5 empirical anchors
Test plan
🤖 Generated with Claude Code